PDF4Java Reference Documentation
com.o2sol.pdf4java.transforms Package / PDFReplaceImageTransform Class / setDecodeOldImage Method
True if the old replaced image will be decoded so it can be saved and processed, if needed.
In This Topic
    setDecodeOldImage Method
    In This Topic
    Sets a value indicating whether the old image will be decoded.
    Syntax
    public void setDecodeOldImage( 
       boolean value
    )

    Parameters

    value
    True if the old replaced image will be decoded so it can be saved and processed, if needed.
    See Also